projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
95b2f1a
)
; Fix typos in NEWS
author
Phillip Lord
<phillip.lord@russet.org.uk>
Wed, 23 Jan 2019 22:52:23 +0000
(22:52 +0000)
committer
Phillip Lord
<phillip.lord@russet.org.uk>
Wed, 23 Jan 2019 22:52:23 +0000
(22:52 +0000)
etc/NEWS
patch
|
blob
|
history
diff --git
a/etc/NEWS
b/etc/NEWS
index b15b16746904f744ad5a83cbf609edec65638cf6..fe816ef0ec5eb8892b8eb6357ad9449c8cece545 100644
(file)
--- a/
etc/NEWS
+++ b/
etc/NEWS
@@
-1192,12
+1192,12
@@
removed.
\f
* Lisp Changes in Emacs 27.1
-
++++
** 'self-insert-command' takes the char to insert as (optional) argument.
** 'lookup-key' can take a list of keymaps as argument.
-** New hook
`input-event-functions`
run whenever a user-input is read.
+** New hook
'input-event-functions'
run whenever a user-input is read.
+++
** 'condition-case' now accepts 't' to match any error symbol.